DataSource for Entity Framework for WinForms
GroupByUntypedKey メソッド (IndexQuery<T>)

C1.LiveLinq.4.5.2 アセンブリ > C1.LiveLinq.Indexing.Search 名前空間 > IndexQuery<T> クラス : GroupByUntypedKey メソッド
検索キーによる検索結果のコレクションをグループ化します。
シンタックス
'宣言
 
Public Overridable Function GroupByUntypedKey() As GroupingQuery(Of T)
public virtual GroupingQuery<T> GroupByUntypedKey()

戻り値の型

検索キーによってグループ化される検索結果のコレクション。
参照

IndexQuery<T> クラス
IndexQuery<T> メンバ
IndexedGroup<T> クラス
GroupByKey メソッド